home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TCONFIRMREPLACEDIALOG / TCONFIRMREPLACEDIALOG.txt
Encoding:
Text File  |  2004-12-18  |  1.4 KB  |  79 lines

  1. object ConfirmReplaceDialog: TConfirmReplaceDialog
  2.   Left = 261
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm replace'
  6.   ClientHeight = 98
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblConfirmation: TLabel
  18.     Left = 60
  19.     Top = 12
  20.     Width = 261
  21.     Height = 44
  22.     AutoSize = False
  23.     WordWrap = True
  24.   end
  25.   object Image1: TImage
  26.     Left = 16
  27.     Top = 16
  28.     Width = 32
  29.     Height = 32
  30.   end
  31.   object btnReplace: TButton
  32.     Left = 8
  33.     Top = 67
  34.     Width = 75
  35.     Height = 23
  36.     Caption = 'Yes'
  37.     Default = True
  38.     ModalResult = 6
  39.     TabOrder = 0
  40.   end
  41.   object btnSkip: TButton
  42.     Left = 87
  43.     Top = 67
  44.     Width = 75
  45.     Height = 23
  46.     Caption = 'No'
  47.     ModalResult = 7
  48.     TabOrder = 1
  49.   end
  50.   object btnCancel: TButton
  51.     Left = 166
  52.     Top = 67
  53.     Width = 75
  54.     Height = 23
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60.   object btnReplaceAll: TButton
  61.     Left = 245
  62.     Top = 67
  63.     Width = 75
  64.     Height = 23
  65.     Caption = 'Yes to all'
  66.     ModalResult = 10
  67.     TabOrder = 3
  68.   end
  69.   object ActionList1: TActionList
  70.     Left = 234
  71.     Top = 17
  72.     object CloseWindow: TAction
  73.       Caption = 'CloseWindow'
  74.       ShortCut = 27
  75.       OnExecute = CloseWindowExecute
  76.     end
  77.   end
  78. end
  79.